`strtok`

2008-2-4 0:9
In C language, the strtok function is powerful for string splitting, as it can divide a specified string. But how is this processing actually implemented? In f......